home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Here is a listing of "NOTES" files. Note how /x is used to filter out
- echo extraneous files that would otherwise match the pattern.
- call presskey
- :: Below is the same as:
- :: ffg /p *:*nts*,*notes* /x*fonts*,*points*,*parents*,*hints*,*ments*,*clients*
- echo on
- ffg /p *:*[nt,note]s* /x*[fo,poi,hi,[par,m,cli,ag]e]nts*
-